Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .NET SDKs in build.sh #7775

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

cimnine
Copy link
Contributor

@cimnine cimnine commented Nov 28, 2024

Adds .NET SDK 8 to build.sh.

.NET SDK 8 is required to build the project. If one has .NET SDK 9 installed natively, the build will fail, since it doesn't fetch .NET SDK 8 on its own.

Question: Should .NET SDK 9 be added already as well?

@CLAassistant
Copy link

CLAassistant commented Nov 28, 2024

CLA assistant check
All committers have signed the CLA.

@michaelstaib
Copy link
Member

These need to be removed:

    "$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version "3.1.424" --no-path
    "$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version "5.0.408" --no-path
    "$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version "6.0.402" --no-path
    "$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version "7.0.306" --no-path

and add 9 to the script.

@cimnine
Copy link
Contributor Author

cimnine commented Nov 29, 2024

These need to be removed: […]

Copy link

codecov bot commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.34%. Comparing base (c477e13) to head (bd5c74e).
Report is 17 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7775      +/-   ##
==========================================
+ Coverage   74.32%   74.34%   +0.01%     
==========================================
  Files        2860     2865       +5     
  Lines      149842   149855      +13     
  Branches    17411    17411              
==========================================
+ Hits       111373   111410      +37     
+ Misses      32671    32644      -27     
- Partials     5798     5801       +3     
Flag Coverage Δ
unittests 74.34% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cimnine cimnine changed the title Add .NET SDK 8 to build.sh Update .NET SDKs in build.sh Nov 29, 2024
@michaelstaib michaelstaib merged commit 74a050e into ChilliCream:main Dec 3, 2024
102 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants